home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / locrsrc / mtprsrc.dir / Internal_102_wait for sound at enter.ls < prev    next >
Encoding:
Text File  |  2005-10-31  |  89 b   |  7 lines

  1. on exitFrame
  2.   repeat while soundBusy(1)
  3.     nothing()
  4.   end repeat
  5.   puppetSound(0)
  6. end
  7.